﻿/****提示框样式Begin****/
.dialogMsg {
    padding:30px; height:50px;color:#666666;font-size: 14px;
}
.dialogTip {
    height: 30px;
    background-color: #209EF2;
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height: 30px;
    text-align: left;
}
.dialogOK{
    width: 61px;
    font-size: 14px;
    height:26px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 15px;
    vertical-align:central;
    text-align:center;
    border:0px;
    background-image:url(../../Wenku/img/btn_ok_default.png);
}
.dialogOK:hover {
    background-image:url(../../Wenku/img/btn_ok_hover.png);
    cursor:pointer;
}

.close {
    background-image: url('../img/pop_close.png');
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    float: right;
    background-color: #FFFFFF;
    cursor: pointer;
    margin-top:8px;
    margin-right:10px;
}
.close:hover {
    background-position: 0px -15px;
}
/****提示框样式End****/

